Skip to content

Commit 52b39ab

Browse files
authored
Merge pull request #674 from jbernal0019/master
Increase submit job to pfcon timeout
2 parents 9c5437b + 1e569e3 commit 52b39ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chris_backend/plugininstances/services/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def run_plugin_instance_app(self):
140140
}
141141

142142
job_zip_file_content = None
143-
job_timeout = 1000
143+
job_timeout = 3000
144144

145145
if self.pfcon_client.pfcon_innetwork:
146146
output_dir = self.c_plugin_inst.get_output_path()

0 commit comments

Comments
 (0)