Skip to content

Commit fdd3b27

Browse files
committed
Reducing the unshare sleep duration to 2 minutes
Signed-off-by: Cody <cyherbst@gmail.com>
1 parent 47389aa commit fdd3b27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/contest/contest/src/tests/linux_ns_path/ns_path_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ fn test_namespace_paths(mut linux_namespace_types: Vec<LinuxNamespaceType>) -> T
141141

142142
command.arg("--fork");
143143
command.arg("sleep");
144-
command.arg("10000");
144+
command.arg("120");
145145
// so we can kill the both unshared and the child sleep process
146146
// by setting 0 the group id will be the same as child.id()
147147
command.process_group(0);

0 commit comments

Comments
 (0)