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

Commit

Permalink
chore: increase relayer delay (#532)
Browse files Browse the repository at this point in the history
* fix: handle first nonce in orchestrator

* chore: try to reduce relayer flakiness
  • Loading branch information
rach-id authored Oct 12, 2023
1 parent 88bb6df commit 92a3087
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 92a3087

Please sign in to comment.