Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(test): Change spec timeout from 60 mins to 3 mins (#2752)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarifibrahim authored Aug 13, 2018
1 parent 76cf010 commit ae56e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/protractor.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ let conf: Config = {
showColors: true,
silent: true,
isVerbose: true,
defaultTimeoutInterval: 60 * 60 * 1000 // 60 mins for spec to run
defaultTimeoutInterval: 3 * 60 * 1000 // 3 mins for spec to run
},

directConnect: process.env.DIRECT_CONNECTION === "true",
Expand Down

0 comments on commit ae56e32

Please sign in to comment.