Skip to content

Commit

Permalink
test: increase voting duration
Browse files Browse the repository at this point in the history
  • Loading branch information
baumstern committed May 29, 2023
1 parent 110f0f7 commit 15d0971
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: 1200
duration: 3600
intStateTreeDepth: 1
messageTreeDepth: 2
messageBatchDepth: 1
Expand All @@ -27,7 +27,7 @@ constants:
maxVoteOptions: 25
initialVoiceCredits: 1000
signupDuration: 120
votingDuration: 120
votingDuration: 3600
signUpDurationInSeconds: 3600 # 1 hour
votingDurationInSeconds: 3600 # 1 hour
coordinatorPrivKey: "2222222222263902553431241761119057960280734584214105336279476766401963593688"
Expand Down

0 comments on commit 15d0971

Please sign in to comment.