Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix
  • Loading branch information
mtojek committed Jul 19, 2024
commit 290bb1bdd5e5618014d44d68a7da951bd9fdc064
2 changes: 1 addition & 1 deletion enterprise/cli/provisionerdaemons_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ func TestProvisionerDaemon_SessionToken(t *testing.T) {
return false
}
return len(daemons) == 1
}, testutil.WaitShort, testutil.IntervalSlow)
}, testutil.WaitLong, testutil.IntervalSlow)
require.Equal(t, "daemon-with-prometheus", daemons[0].Name)

// Fetch metrics from Prometheus endpoint
Expand Down
Loading