From b9dbece69fe1f9db55b9acff70e04f53e65e50d6 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Fri, 16 Sep 2022 18:46:26 +0100 Subject: [PATCH] fix push to cache --- .../cloud-runner/tests/cloud-runner-run-twice-caching.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } });