Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew7234 committed May 17, 2023
1 parent 9f40e62 commit 2e004cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ 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, 1 second was flaky.
indexerDelay = 15 * time.Second
// 6 seconds is experimentally enough.
indexerDelay = 6 * time.Second
)

func TestIndexer(t *testing.T) {
Expand Down

0 comments on commit 2e004cc

Please sign in to comment.