Skip to content

Commit 1803e7b

Browse files
authored
[k2] Increase hard timeout for phpt tests (#1578)
Signed-off-by: Petr Shumilov <p.shumilov@vkteam.ru>
1 parent 6156907 commit 1803e7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/python/lib/kphp_run_once.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def run_with_kphp_and_k2(self, runs_cnt=1, args=[]):
156156

157157
k2_node_bin = self.k2_bin
158158

159-
cmd = [k2_node_bin, "run-once", "--image", os.path.join(self._kphp_build_tmp_dir, "component.so"), "--runs-count={}".format(runs_cnt), "--crypto", "--instance-cache", "--task-hard-timeout", "30"] + args
159+
cmd = [k2_node_bin, "run-once", "--image", os.path.join(self._kphp_build_tmp_dir, "component.so"), "--runs-count={}".format(runs_cnt), "--crypto", "--instance-cache", "--task-hard-timeout", "600"] + args
160160

161161
env = os.environ.copy()
162162
if "RUST_LOG" not in env:

0 commit comments

Comments
 (0)