Skip to content

Commit 76b8f07

Browse files
committed
feat(torch): increase timeouts
Signed-off-by: Jose Ramon Mañes <jose@celestia.org>
1 parent d4b7a25 commit 76b8f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/nodes/queue.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var (
1515
taskQueue = make(chan config.Peer) // taskQueue channel for pending tasks (peers to process later).
1616
MaxRetryCount = 5 // MaxRetryCount number of retries per node.
1717
TickerTime = 5 * time.Second // TickerTime time specified to make a signal.
18-
timeoutDurationProcessQueue = 10 * time.Second // timeoutDurationProcessQueue time specified to make a signal.
18+
timeoutDurationProcessQueue = 60 * time.Second // timeoutDurationProcessQueue time specified to make a signal.
1919
)
2020

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

0 commit comments

Comments
 (0)