Revert "Set timeout even higher b/c sqlite just kills itself during these tests"
Some checks failed
continuous-integration/drone/pr Build is failing

This reverts commit 6ab60998d4.
This commit is contained in:
2021-03-26 15:14:17 +01:00
parent 6ab60998d4
commit f159252651
52 changed files with 52 additions and 52 deletions

View File

@@ -5,7 +5,7 @@ const base = "http://localhost:" + config.internal_port
let axios_config;
beforeAll(async () => {
jest.setTimeout(40000);
jest.setTimeout(20000);
axios_config = {
validateStatus: undefined
};