fix push to cache
parent
5e4c5dcf5b
commit
b9dbece69f
|
|
@ -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 Library');
|
||||||
expect(results2).not.toContain('There is 0 files/dir in the cache pulled contents for LFS');
|
expect(results2).not.toContain('There is 0 files/dir in the cache pulled contents for LFS');
|
||||||
expect(results2).not.toContain(libraryString);
|
expect(results2).not.toContain(libraryString);
|
||||||
}, 1000000);
|
}, 10000000);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue