Skip to content

Commit 17ecaec

Browse files
authored
simulator (optimism): rm unnecessary sleep (#2)
1 parent b0a5a1c commit 17ecaec

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

simulators/optimism/devnet/main.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,6 @@ func runAllTests(t *hivesim.T) {
8282

8383
c := d.l2.Client
8484

85-
// TODO: run integration tests
86-
time.Sleep(30 * time.Second)
87-
// write your test code here
88-
8985
vault := newVault()
9086
genesis := []byte(d.l2Genesis)
9187

0 commit comments

Comments
 (0)