chore(repo): increase timeout for file server serve test (#6122)

This commit is contained in:
Miroslav Jonaš 2021-06-25 10:42:43 +02:00 committed by GitHub
parent 0a151035e8
commit 28c03a71b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,5 +38,5 @@ describe('file-server', () => {
} catch {
expect('process running').toBeFalsy();
}
}, 150000);
}, 300000);
});