Skip to content

Commit

Permalink
add wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
mjlescano committed Feb 20, 2025
1 parent b3e6146 commit 5b28df1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion packages/cli/test/e2e/helpers/bats-helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,4 @@ set_package_publisher() {
--unlocked \
--rpc-url "$ANVIL_URL_ETHEREUM"
cast rpc anvil_stopImpersonatingAccount "$_owner_address" --rpc-url "$ANVIL_URL_ETHEREUM"
sleep 2
}
1 change: 1 addition & 0 deletions packages/cli/test/e2e/series.bats
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ teardown() {
set_custom_config
start_optimism_emitter
set_package_publisher "greeter-foundry" "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266"
sleep 20
run publish.sh 1
echo $output
# assert_output --partial 'Package "greeter-foundry" not yet registered'
Expand Down

0 comments on commit 5b28df1

Please sign in to comment.