UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 5d9bfea8 authored by graham.smith's avatar graham.smith
Browse files

Merge branch 'BULL-2019-2' into 'master'

Updates timeout durations without changes in json

See merge request !249
parents 483cb0ef 7657ca51
No related branches found
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