Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Commit

Permalink
Undo increased no output timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
shravanrn committed Apr 3, 2019
1 parent ce01d29 commit 1889559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/mozharness/mozharness/mozilla/testing/talos.py
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ def run_tests(self, args=None, **kw):
env['STYLO_THREADS'] = '1'

# sets a timeout for how long talos should run without output
output_timeout = self.config.get('talos_output_timeout', 360000)
output_timeout = self.config.get('talos_output_timeout', 3600)
# run talos tests
run_tests = os.path.join(self.talos_path, 'talos', 'run_tests.py')

Expand Down

0 comments on commit 1889559

Please sign in to comment.