Longer timeout
This commit is contained in:
parent
e4105b1fe8
commit
17fa2e931e
|
@ -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());
|
||||||
|
|
Loading…
Reference in New Issue