Skip to content

Commit

Permalink
FIX: #178 change mocha functional tests timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas2bert committed Sep 7, 2016
1 parent c0554cd commit 6faccc9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/functional/aws-node-sdk/test/mocha.opts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--compilers js:babel-core/register
--recursive
--timeout 10000
--timeout 40000
--ui tdd
2 changes: 1 addition & 1 deletion tests/functional/s3cmd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"arsenal": "scality/Arsenal"
},
"scripts": {
"test": "mocha *.js"
"test": "mocha -t 40000 *.js"
}
}
2 changes: 1 addition & 1 deletion tests/functional/s3curl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"xml2js": "~0.4.12"
},
"scripts": {
"test": "mocha *.js"
"test": "mocha -t 40000 *.js"
}
}

0 comments on commit 6faccc9

Please sign in to comment.