Skip to content

Commit ee2ed47

Browse files
Fix unload kernel module ip_tables
1 parent 77b8ec0 commit ee2ed47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/docker-in-docker/scenarios.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
"moby": "false"
166166
}
167167
},
168-
"initializeCommand": "sudo modprobe --remove --remove-holders ip_tables"
168+
"initializeCommand": "sudo modprobe --remove --remove-holders --wait 1000 ip_tables"
169169
},
170170
// DO NOT REMOVE: This scenario is used by the docker-in-docker-stress-test workflow
171171
"docker_with_on_create_command": {

0 commit comments

Comments
 (0)