You've already forked setup-dotnet
mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-08-12 16:44:40 +07:00
Longer timeout
This commit is contained in:
@ -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());
|
||||||
|
Reference in New Issue
Block a user