Skip to content

Commit

Permalink
πŸ— Reduce number of parallel tabs in visual diff tests (#21160)
Browse files Browse the repository at this point in the history
This might be related to #21056
  • Loading branch information
danielrozenberg committed Feb 27, 2019
1 parent 5a513f1 commit 026a685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-system/tasks/visual-diff/index.js
Expand Up @@ -54,7 +54,7 @@ const HOST = 'localhost';
const PORT = 8000;
const WEBSERVER_TIMEOUT_RETRIES = 10;
const NAVIGATE_TIMEOUT_MS = 3000;
const MAX_PARALLEL_TABS = 20;
const MAX_PARALLEL_TABS = 10;
const WAIT_FOR_TABS_MS = 1000;
const BUILD_STATUS_URL = 'https://amphtml-percy-status-checker.appspot.com/status';

Expand Down

0 comments on commit 026a685

Please sign in to comment.