Skip to content

Commit

Permalink
Bump up test kill-delay time to avoid "Cannot send SIGKILL to process"
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoyt committed Aug 17, 2023
1 parent 1be67fc commit faf1a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internals/overlord/servstate/manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1666,7 +1666,7 @@ services:
command: %s
environment:
PEBBLE_TEST_WAITDELAY: 1
kill-delay: 10ms
kill-delay: 50ms
`, testExecutable))
err = s.manager.AppendLayer(layer)
c.Assert(err, IsNil)
Expand Down

0 comments on commit faf1a9b

Please sign in to comment.