diff --git a/src/model/cloud-runner/tests/cloud-runner-run-twice-caching.test.ts b/src/model/cloud-runner/tests/cloud-runner-run-twice-caching.test.ts index 7011f83a..042dc01c 100644 --- a/src/model/cloud-runner/tests/cloud-runner-run-twice-caching.test.ts +++ b/src/model/cloud-runner/tests/cloud-runner-run-twice-caching.test.ts @@ -56,6 +56,6 @@ describe('Cloud Runner Caching', () => { expect(results2).not.toContain('There is 0 files/dir in the cache pulled contents for Library'); expect(results2).not.toContain('There is 0 files/dir in the cache pulled contents for LFS'); expect(results2).not.toContain(libraryString); - }, 1000000); + }, 10000000); } });