Skip to content

Commit

Permalink
Even increase the timeout, just incase
Browse files Browse the repository at this point in the history
  • Loading branch information
perfectmak committed Dec 17, 2018
1 parent 2e4bbbf commit 5f22236
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/oraclize/OracleHubOraclize.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ contract('OracleHubOraclize', function(accounts) {
setTimeout(check, 1000);
});

await waitForUpdatedLastPriceEvent(260000);
await waitForUpdatedLastPriceEvent(300000);
assert.notEqual(
txReceipt,
null,
Expand Down Expand Up @@ -243,7 +243,7 @@ contract('OracleHubOraclize', function(accounts) {
setTimeout(check, 1000);
});

await waitForContractSettledEvent(260000);
await waitForContractSettledEvent(300000);
assert.notEqual(
txReceipt,
null,
Expand Down Expand Up @@ -288,7 +288,7 @@ contract('OracleHubOraclize', function(accounts) {
setTimeout(check, 1000);
});

await waitForQueryEvent(260000);
await waitForQueryEvent(300000);
assert.notEqual(txReceipt, null, 'did not emit OraclizeQueryRequested event');
});
});
Expand Down

0 comments on commit 5f22236

Please sign in to comment.