We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01f5d54 + 29cf4fc commit a5776dbCopy full SHA for a5776db
testcases/OpTestKernelTest.py
@@ -82,7 +82,7 @@ def is_url(path):
82
if urlparse(path).scheme in valid_schemes:
83
return True
84
return False
85
- self.con.run_command("if [ -d {} ]; then rm -rf {}; fi".format(self.home,self.home))
+ self.con.run_command("if [ -d {} ]; then rm -rf {}; fi".format(self.home,self.home),timeout=600)
86
self.con.run_command("if [ ! -d {} ]; then mkdir -p {}; fi".format(self.home,self.home))
87
self.con.run_command("cd {}".format(self.home))
88
if not self.branch:
0 commit comments