Skip to content

Commit f99210e

Browse files
added sleep
1 parent dad3bd8 commit f99210e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/frontend/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "NetPyNe UI tests",
55
"license": "unlicensed",
66
"scripts": {
7-
"test": "npm run simple_tutorials_test && sleep 15 && npm run complex_tutorials_test && sleep 15 && npm run features_test",
7+
"test": "sleep 60 && npm run simple_tutorials_test && npm run complex_tutorials_test && npm run features_test",
88
"puppeteer_test": "jest --verbose",
99
"simple_tutorials_test": "jest --verbose Tut#1_smoke Tut#2_smoke Tut#4_smoke",
1010
"complex_tutorials_test": "jest --verbose Tut#3a_smoke Tut#3b_smoke Tut#3c_smoke",

0 commit comments

Comments
 (0)