Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

chore: increase relayer delay #532

Merged
merged 3 commits into from
Oct 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion e2e/scripts/start_relayer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ done
# this will introduce flakiness but it's gonna be complicated to wait for validators to be created
# and also waiting for them to change their addresses in bash. Also, depending on the testing scenarios,
# the network topology varies. So, the best we can do now is sleep.
sleep 60s
sleep 120s

# check whether to deploy a new contract or use an existing one
if [[ -z "${QGB_CONTRACT}" ]]
Expand Down
Loading