Skip to content

Commit

Permalink
Make podman replacement terminate sooner
Browse files Browse the repository at this point in the history
  • Loading branch information
feloy committed May 15, 2023
1 parent bee5ab6 commit 42fbbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/cmd_dev_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ var _ = Describe("odo dev command tests", func() {
err = helper.CreateFileWithContentAndPerm(delayer, `#!/bin/bash
echo Delaying command execution... >&2
sleep 7200
sleep 10
echo "$@"
`, 0755)
Expect(err).ShouldNot(HaveOccurred())
Expand Down

0 comments on commit 42fbbd9

Please sign in to comment.