UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Unverified Commit 7657ca51 authored by Albert Tran's avatar Albert Tran
Browse files

Updates timeout durations without changes in json

parent 483cb0ef
Branches BULL-2019-2
No related tags found
1 merge request!249Updates timeout durations without changes in json
......@@ -114,5 +114,8 @@
],
"optionalDependencies": {
"fsevents": "^2.3.2"
},
"jest": {
"testTimeout": 7000
}
}
......@@ -8,5 +8,5 @@ describe("main", () => {
const main = document.getElementsByTagName("main");
expect(main).toBeDefined();
expect(main.length).toEqual(1);
}, 20000);
}, 22000);
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment