mirror of
https://github.com/subosito/flutter-action.git
synced 2024-08-16 10:19:50 +02:00
increase test timeout
This commit is contained in:
parent
6f4d1ee832
commit
45483e4c19
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ describe('installer tests', () => {
|
|||
beforeAll(async () => {
|
||||
await io.rmRF(toolDir);
|
||||
await io.rmRF(tempDir);
|
||||
});
|
||||
}, 100000);
|
||||
|
||||
beforeEach(() => {
|
||||
const platform = release.getPlatform();
|
||||
|
@ -32,7 +32,7 @@ describe('installer tests', () => {
|
|||
|
||||
await io.rmRF(toolDir);
|
||||
await io.rmRF(tempDir);
|
||||
});
|
||||
}, 100000);
|
||||
|
||||
it('Downloads flutter', async () => {
|
||||
await installer.getFlutter('1.0.0', 'stable');
|
||||
|
|
Loading…
Add table
Reference in a new issue