Skip to content

Commit

Permalink
Increase both poll.duration and maci.votingDuration to 240 to fix tim…
Browse files Browse the repository at this point in the history
…eout issue with e2e tests in CI
  • Loading branch information
ognjenkurtic committed Jun 30, 2023
1 parent 999b719 commit c34b4ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrationTests/integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ invalidVote:
voteCreditBalance: 1
constants:
poll:
duration: 120
duration: 240
intStateTreeDepth: 1
messageTreeDepth: 2
messageBatchDepth: 1
Expand All @@ -27,7 +27,7 @@ constants:
maxVoteOptions: 25
initialVoiceCredits: 1000
signupDuration: 120
votingDuration: 120
votingDuration: 240
signUpDurationInSeconds: 3600 # 1 hour
votingDurationInSeconds: 3600 # 1 hour
coordinatorPrivKey: "2222222222263902553431241761119057960280734584214105336279476766401963593688"
Expand Down

0 comments on commit c34b4ca

Please sign in to comment.