Skip to content

Commit

Permalink
more delay for travis testing
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterlong committed May 18, 2018
1 parent a1ee449 commit b009b3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ describe('CoinApp Transaction Testing', () => {
.getValue("#privatepass")
.should.eventually.equal(LTC_PRIV)
.click("//select/option[@value=\'ltctest\']")
.click('#unlock_priv_key').pause(10000)
.click('#unlock_priv_key').pause(20000)
.getText(".myaddress")
.should.eventually.equal("myPmiKz2RF3ihCCW8mQacYX8TC5yxem7aD")
.click('#send_ether_btn').pause(7000)
Expand All @@ -135,7 +135,7 @@ describe('CoinApp Transaction Testing', () => {
.getValue("#privatepass")
.should.eventually.equal(BTC_PRIV)
.click("//select/option[@value=\'btctest\']")
.click('#unlock_priv_key').pause(12000)
.click('#unlock_priv_key').pause(20000)
.getText(".myaddress")
.should.eventually.equal("myPmiKz2RF3ihCCW8mQacYX8TC5yxem7aD")
.click('#send_ether_btn').pause(7000)
Expand All @@ -158,7 +158,7 @@ describe('CoinApp Transaction Testing', () => {
.getValue("#privatepass")
.should.eventually.equal(ETH_PRIV)
.click("//select/option[@value=\'ropsten\']")
.click('#unlock_priv_key').pause(4000)
.click('#unlock_priv_key').pause(6000)
.getText(".myaddress")
.should.eventually.equal(correct_address)
.getText("#ethbal")
Expand Down

0 comments on commit b009b3a

Please sign in to comment.