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

Commit

Permalink
Merge pull request #28336 from rwood-moz/bug1135124
Browse files Browse the repository at this point in the history
Bug 1135124 - Increase emulator launch test timeout
  • Loading branch information
Rob Wood committed Feb 20, 2015
2 parents bad7654 + c937500 commit 0aa1ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/raptor/emulator_launch_test.js
Expand Up @@ -6,7 +6,7 @@ var options = {
phase: 'cold',
runs: 1,
apps: [],
timeout: 300 * 1000
timeout: 420 * 1000
};

raptor(options, function(runner) {
Expand Down

0 comments on commit 0aa1ec4

Please sign in to comment.