Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ConvallariaMaj committed Aug 7, 2024
1 parent 8c8945a commit 2206f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/node_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ func TestAdminEvents(t *testing.T) {

select {
case <-app.Started():
case <-time.After(10 * time.Second):
case <-time.After(15 * time.Second):
require.Fail(t, "app did not start in time")
}

Expand Down

0 comments on commit 2206f37

Please sign in to comment.