fix push to cache

pull/419/head
Frostebite 2022-09-16 18:46:26 +01:00
parent 5e4c5dcf5b
commit b9dbece69f
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
});