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

Commit

Permalink
Increase the default relayer timeout to 72s (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
hazim-j authored Dec 10, 2023
1 parent 3811e73 commit 8a47bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/modules/relay/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ import (
)

var (
DefaultWaitTimeout = 30 * time.Second
DefaultWaitTimeout = 72 * time.Second
)

0 comments on commit 8a47bdb

Please sign in to comment.