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

Commit

Permalink
Bug 1135124 - Increase emulator launch test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Wood committed Feb 20, 2015
1 parent 1c2fb4e commit c937500
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 c937500

Please sign in to comment.