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

Commit 9de72fd

Browse files
committed
fixed time for compliance test
1 parent d74abe0 commit 9de72fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Compliance_test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const { assert } = chai;
2626
describe('Compliance wrapper', () => {
2727
const web3Wrapper = makeWeb3Wrapper();
2828
const web3 = makeWeb3();
29-
const expiryTime = new BigNumber(web3.eth.getBlock('latest').timestamp).plus(10000);
29+
const expiryTime = new BigNumber(web3.eth.getBlock('latest').timestamp).plus(100000);
3030

3131
let accounts;
3232
let polyToken;
@@ -272,7 +272,7 @@ describe('Compliance wrapper', () => {
272272
'CA',
273273
'investor',
274274
true,
275-
new BigNumber(Math.floor(new Date().getTime() / 1000)).plus(10000),
275+
new BigNumber(15163975079),
276276
);
277277

278278
//this make example does setSTO and proposeSTO, and we will test below

0 commit comments

Comments
 (0)