Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Bug 1013585 - Extend timeout for gaia_build_integration test. r=jgriffin
Browse files Browse the repository at this point in the history
  • Loading branch information
George Duan committed Feb 4, 2015
1 parent b72723e commit 60218e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gaia_build_integration.py
Expand Up @@ -39,7 +39,7 @@ def run_tests(self):
'TRY_ENV=1'
], cwd=dirs['abs_gaia_dir'],
output_parser=output_parser,
output_timeout=330)
output_timeout=600)

output_parser.print_summary('gaia-build-integration-tests')
self.publish(code)
Expand Down

0 comments on commit 60218e8

Please sign in to comment.