Skip to content

Commit 24aee74

Browse files
committed
fix(e2e): update amaci addnewkey e2e test
1 parent 19ad9cf commit 24aee74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/tests/add-new-key.e2e.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ describe('AMACI AddNewKey End-to-End Test', function () {
265265
// Calculate voting times
266266
const now = BigInt(app.time);
267267
const startTime = now - BigInt(585) * BigInt(1_000_000_000);
268-
const votingEndTime = now + BigInt(35) * BigInt(1_000_000_000);
268+
const votingEndTime = now + BigInt(180) * BigInt(1_000_000_000); // 180 seconds (3 minutes) for CICD compatibility
269269

270270
const instantiateMsg = {
271271
parameters: {

0 commit comments

Comments
 (0)