Skip to content

Commit

Permalink
e2e/txsource/workload/parallel: Bump send wait timeout interval
Browse files Browse the repository at this point in the history
  • Loading branch information
kostko committed Feb 12, 2021
1 parent 6b8e923 commit 81a07c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/oasis-node/cmd/debug/txsource/workload/parallel.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var Parallel = &parallel{
}

const (
parallelSendWaitTimeoutInterval = 30 * time.Second
parallelSendWaitTimeoutInterval = 60 * time.Second
parallelSendTimeoutInterval = 60 * time.Second
parallelConcurency = 200
parallelTxTransferAmount = 100
Expand Down

0 comments on commit 81a07c4

Please sign in to comment.