increase test timeout

This commit is contained in:
Alif Rachmawadi
2020-10-08 01:32:27 +00:00
parent 6f4d1ee832
commit 45483e4c19

View File

@@ -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');