Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 290bb1b

Browse files
committed
fix
1 parent e88ebef commit 290bb1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enterprise/cli/provisionerdaemons_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ func TestProvisionerDaemon_SessionToken(t *testing.T) {
199199
return false
200200
}
201201
return len(daemons) == 1
202-
}, testutil.WaitShort, testutil.IntervalSlow)
202+
}, testutil.WaitLong, testutil.IntervalSlow)
203203
require.Equal(t, "daemon-with-prometheus", daemons[0].Name)
204204

205205
// Fetch metrics from Prometheus endpoint

0 commit comments

Comments
 (0)