Skip to content

Commit

Permalink
update timer
Browse files Browse the repository at this point in the history
  • Loading branch information
mjlescano committed Feb 20, 2025
1 parent 5b28df1 commit f1f6ee7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/cli/test/e2e/helpers/bats-helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,6 @@ set_package_publisher() {
--unlocked \
--rpc-url "$ANVIL_URL_ETHEREUM"
cast rpc anvil_stopImpersonatingAccount "$_owner_address" --rpc-url "$ANVIL_URL_ETHEREUM"
# this is necessary to ensure the RPC is updated on CI, as it takes a little longer
sleep 15
}
1 change: 0 additions & 1 deletion packages/cli/test/e2e/series.bats
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ 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 f1f6ee7

Please sign in to comment.