Skip to content

Commit

Permalink
adapt tests for duration of 3 weeks
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilien committed Jul 14, 2018
1 parent b7b74c5 commit bfa905b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/GalionTokenSale.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ contract('GalionToken', function ([owner, whitelistedInPresale, whitelistedInPau
web3.currentProvider.sendAsync({
jsonrpc: "2.0",
method: "evm_increaseTime",
params: [(3600 * 24 * 14) + 1],
params: [(3600 * 24 * 21) + 1],
id: 12345
}, function (err, result) {});

Expand Down Expand Up @@ -565,7 +565,7 @@ contract('GalionToken', function ([owner, whitelistedInPresale, whitelistedInPau
web3.currentProvider.sendAsync({
jsonrpc: "2.0",
method: "evm_increaseTime",
params: [(3600 * 24 * 14) + 1],
params: [(3600 * 24 * 21) + 1],
id: 12345
}, function (err, result) {});

Expand All @@ -592,7 +592,7 @@ contract('GalionToken', function ([owner, whitelistedInPresale, whitelistedInPau
web3.currentProvider.sendAsync({
jsonrpc: "2.0",
method: "evm_increaseTime",
params: [(3600 * 24 * 14) + 1],
params: [(3600 * 24 * 21) + 1],
id: 12345
}, function (err, result) {

Expand Down Expand Up @@ -661,7 +661,7 @@ contract('GalionToken', function ([owner, whitelistedInPresale, whitelistedInPau
web3.currentProvider.sendAsync({
jsonrpc: "2.0",
method: "evm_increaseTime",
params: [(3600 * 24 * 14) + 1],
params: [(3600 * 24 * 21) + 1],
id: 12345
}, function (err, result) {});

Expand Down

0 comments on commit bfa905b

Please sign in to comment.