1
0
Fork 0
mirror of synced 2026-06-05 18:45:14 +00:00

Longer timeout

This commit is contained in:
Danny McCormick 2019-06-24 08:43:12 -04:00 committed by GitHub
commit 17fa2e931e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ describe('installer tests', () => {
thrown = true;
}
expect(thrown).toBe(true);
});
}, 100000);
it('Uses version of dotnet installed in cache', async () => {
const dotnetDir: string = path.join(toolDir, 'dncs', '250.0.0', os.arch());