Skip to content

Commit

Permalink
added sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
SimaoBolota-MetaCell committed Jan 22, 2024
1 parent dad3bd8 commit f99210e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/frontend/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "NetPyNe UI tests",
"license": "unlicensed",
"scripts": {
"test": "npm run simple_tutorials_test && sleep 15 && npm run complex_tutorials_test && sleep 15 && npm run features_test",
"test": "sleep 60 && npm run simple_tutorials_test && npm run complex_tutorials_test && npm run features_test",
"puppeteer_test": "jest --verbose",
"simple_tutorials_test": "jest --verbose Tut#1_smoke Tut#2_smoke Tut#4_smoke",
"complex_tutorials_test": "jest --verbose Tut#3a_smoke Tut#3b_smoke Tut#3c_smoke",
Expand Down

0 comments on commit f99210e

Please sign in to comment.