Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew7234 committed May 18, 2023
1 parent 6e45db8 commit 0074ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const (
// The amount of time to wait after a blockchain tx to make sure that the a block with the
// tx was produced and the indexer has indexed the block.
// The node seems to generate a block per second.
// 2 seconds is experimentally enough.
// 2 seconds is experimentally enough, 1 second was flaky.
indexerDelay = 2 * time.Second
)

Expand Down

0 comments on commit 0074ada

Please sign in to comment.