Skip to content

Commit dee2062

Browse files
committed
Increase state-svc spawn latency.
1 parent eacb0e9 commit dee2062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/state-svc/test/integration/svc_int_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ func (suite *SvcIntegrationTestSuite) TestSingleSvc() {
165165
oldCount := suite.GetNumStateSvcProcesses() // may be non-zero due to non-test state-svc processes (using different sock file)
166166
for i := 1; i <= 10; i++ {
167167
go ts.SpawnCmdWithOpts(ts.Exe, e2e.OptArgs("--version"))
168-
time.Sleep(50 * time.Millisecond) // do not spam CPU
168+
time.Sleep(100 * time.Millisecond) // do not spam CPU
169169
}
170170
time.Sleep(2 * time.Second) // allow for some time to spawn the processes
171171

0 commit comments

Comments
 (0)