1
0
Fork 0
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:
Alif Rachmawadi 2020-10-08 01:32:27 +00:00
parent 6f4d1ee832
commit 45483e4c19
No known key found for this signature in database
GPG key ID: 79DA63C0F3A55BB1

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