Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Commit 8a47bdb

Browse files
authored
Increase the default relayer timeout to 72s (#357)
1 parent 3811e73 commit 8a47bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/modules/relay/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ import (
55
)
66

77
var (
8-
DefaultWaitTimeout = 30 * time.Second
8+
DefaultWaitTimeout = 72 * time.Second
99
)

0 commit comments

Comments
 (0)