Skip to content
Snippets Groups Projects
Commit 33381b37 authored by Jake Taylor's avatar Jake Taylor
Browse files

fix roundresults timeout

parent 25c82d18
No related branches found
No related tags found
1 merge request!510Release
......@@ -382,7 +382,6 @@ var rootCmd = &cobra.Command{
for {
// Send messages
var roundIDs []id.Round
roundTimeout := paramsE2E.CMIXParams.SendTimeout
if unsafe {
paramsE2E.CMIXParams.DebugTag = "cmd.Unsafe"
roundIDs, _, err = client.GetE2E().SendUnsafe(
......@@ -413,7 +412,7 @@ var rootCmd = &cobra.Command{
}
// Monitor rounds for results
err = client.GetCmix().GetRoundResults(roundTimeout, f, roundIDs...)
err = client.GetCmix().GetRoundResults(paramsE2E.CMIXParams.Timeout, f, roundIDs...)
if err != nil {
jww.DEBUG.Printf("Could not verify messages were sent successfully, resending messages...")
continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment