Skip to content

Commit

Permalink
fix(e2e): remove time
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang committed Jun 6, 2024
1 parent 37812e5 commit a0d6a02
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions e2e/upgrades.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ in
name = "upgrade-from-genesis";

testScript = ''
import time
union.wait_for_open_port(${toString e2e.unionNode.wait_for_open_port})
# Ensure the union network commits more than one block
Expand All @@ -68,7 +67,6 @@ in
name = "upgrade-with-tokenfactory-state";

testScript = ''
import time
union.wait_for_open_port(${toString e2e.unionNode.wait_for_open_port})
# Ensure the union network commits more than one block
Expand Down

0 comments on commit a0d6a02

Please sign in to comment.