diff --git a/tests/python/lib/kphp_run_once.py b/tests/python/lib/kphp_run_once.py index a61f430872..7ab0175967 100644 --- a/tests/python/lib/kphp_run_once.py +++ b/tests/python/lib/kphp_run_once.py @@ -156,7 +156,7 @@ def run_with_kphp_and_k2(self, runs_cnt=1, args=[]): k2_node_bin = self.k2_bin - 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 + 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 env = os.environ.copy() if "RUST_LOG" not in env: