1
0
mirror of https://github.com/actions/setup-dotnet.git synced 2025-04-18 00:54:18 +07:00

Longer timeout

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

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