Skip to content

Commit

Permalink
increase init time (#1617)
Browse files Browse the repository at this point in the history
  • Loading branch information
tudor-malene authored Oct 23, 2023
1 parent 20e5799 commit 8f89805
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration/simulation/simulation.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ func (s *Simulation) Start() {
s.waitForObscuroGenesisOnL1()

// Arbitrary sleep to wait for RPC clients to get up and running
time.Sleep(1 * time.Second)
// and for all l2 nodes to receive the genesis l2 batch
time.Sleep(2 * time.Second)

s.bridgeFundingToObscuro()
s.trackLogs() // Create log subscriptions, to validate that they're working correctly later.
Expand Down

0 comments on commit 8f89805

Please sign in to comment.