We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eacb0e9 commit dee2062Copy full SHA for dee2062
1 file changed
cmd/state-svc/test/integration/svc_int_test.go
@@ -165,7 +165,7 @@ func (suite *SvcIntegrationTestSuite) TestSingleSvc() {
165
oldCount := suite.GetNumStateSvcProcesses() // may be non-zero due to non-test state-svc processes (using different sock file)
166
for i := 1; i <= 10; i++ {
167
go ts.SpawnCmdWithOpts(ts.Exe, e2e.OptArgs("--version"))
168
- time.Sleep(50 * time.Millisecond) // do not spam CPU
+ time.Sleep(100 * time.Millisecond) // do not spam CPU
169
}
170
time.Sleep(2 * time.Second) // allow for some time to spawn the processes
171
0 commit comments