Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Increase wait time in e2e 5s -> 20s
Browse files Browse the repository at this point in the history
  • Loading branch information
slaweet committed May 11, 2017
1 parent 44d975c commit 3835114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spec/spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const account2ndPassphraseCandidate = {
};

const EC = protractor.ExpectedConditions;
const waitTime = 5000;
const waitTime = 20000;

function waitForElemAndCheckItsText(selector, text) {
const elem = element.all(by.css(selector)).get(0);
Expand Down

0 comments on commit 3835114

Please sign in to comment.