Skip to content

Commit

Permalink
feat(torch): increase timeouts
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Ramon Mañes <jose@celestia.org>
  • Loading branch information
tty47 committed Oct 28, 2023
1 parent d4b7a25 commit 76b8f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/nodes/queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var (
taskQueue = make(chan config.Peer) // taskQueue channel for pending tasks (peers to process later).
MaxRetryCount = 5 // MaxRetryCount number of retries per node.
TickerTime = 5 * time.Second // TickerTime time specified to make a signal.
timeoutDurationProcessQueue = 10 * time.Second // timeoutDurationProcessQueue time specified to make a signal.
timeoutDurationProcessQueue = 60 * time.Second // timeoutDurationProcessQueue time specified to make a signal.
)

// ProcessTaskQueue processes the pending tasks in the queue the time specified in the const TickerTime.
Expand Down

0 comments on commit 76b8f07

Please sign in to comment.