mirror of
https://github.com/docker/compose.git
synced 2025-07-24 14:14:35 +02:00
Merge pull request #11023 from glours/fix-watch-e2e-test-cleanup
remove --timeout=0 flag to cleanup function of watch e2e test
This commit is contained in:
commit
75f5c07d3d
@ -84,7 +84,7 @@ func doTest(t *testing.T, svcName string, tarSync bool) {
|
||||
|
||||
// important that --rmi is used to prune the images and ensure that watch builds on launch
|
||||
cleanup := func() {
|
||||
cli.RunDockerComposeCmd(t, "down", svcName, "--timeout=0", "--remove-orphans", "--volumes", "--rmi=local")
|
||||
cli.RunDockerComposeCmd(t, "down", svcName, "--remove-orphans", "--volumes", "--rmi=local")
|
||||
}
|
||||
cleanup()
|
||||
t.Cleanup(cleanup)
|
||||
|
Loading…
x
Reference in New Issue
Block a user