Skip to content

Commit

Permalink
馃彈 Reduce number of parallel tabs in visual diff tests (ampproject#21160)
Browse files Browse the repository at this point in the history
This might be related to ampproject#21056
  • Loading branch information
danielrozenberg authored and bramanudom committed Mar 22, 2019
1 parent c247c31 commit c907a33
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 c907a33

Please sign in to comment.