Merge pull request #917 from pagespeed/oschaaf-trunk-tracking-native-fetcher-deflake

native-fetcher: bump dns timeout to deflake running the tests
This commit is contained in:
Otto van der Schaaf
2015-02-17 21:27:32 +01:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1263,6 +1263,7 @@ OUT=$(cat "test/tmp/error.log" \
| grep -v "\\[error\\].*Failed to make directory*" \
| grep -v "\\[error\\].*Could not create directories*" \
| grep -v "\\[error\\].*opening temp file: No such file or directory.*" \
| grep -v "\\[error\\].*unexpected response.*" \
|| true)
check [ -z "$OUT" ]
+1 -1
View File
@@ -40,7 +40,7 @@ http {
pagespeed MessageBufferSize 200000;
# Increase the default fetcher timeout to resolve sporadic flakeyness when
# the native fetcher uses 8.8.8.8 to resolve.
pagespeed FetcherTimeoutMs 10000;
pagespeed FetcherTimeoutMs 30000;
pagespeed NativeFetcherMaxKeepaliveRequests 50;
root "@@SERVER_ROOT@@";