Skip to content

Commit

Permalink
ci: extend contribution interval in mpc test
Browse files Browse the repository at this point in the history
  • Loading branch information
dtebbs committed Sep 9, 2020
1 parent 099702d commit 948cd7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testdata/mpc_phase1_server_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start_time": "TIME",

"_contribution_interval_description": "Interval time in seconds",
"contribution_interval": "10.0",
"contribution_interval": "60.0",

"_email_description": "Optional email server and credentials",
"_email_server": "smtp.myorg.com:465",
Expand Down
2 changes: 1 addition & 1 deletion testdata/mpc_phase2_server_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

"contributors_file": "../testdata/mpc_contributors.json",
"start_time": "TIME",
"contribution_interval": "10.0",
"contribution_interval": "60.0",
"_email_server": "smtp.myorg.com:465",
"_email_address": "mpc.coordinator@myorg.com",
"_email_password_file": "file containing password for email account",
Expand Down

0 comments on commit 948cd7c

Please sign in to comment.