Skip to content

Commit

Permalink
Merge pull request #1514 from w3c/jgraham/CSP_report_timeout
Browse files Browse the repository at this point in the history
Try using a longer timeout for the CSP report
  • Loading branch information
jgraham committed Jan 9, 2015
2 parents 63286a5 + c3e8fb6 commit d528cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content-security-policy/support/checkReport.sub.js
Expand Up @@ -31,7 +31,7 @@
}
}

var reportLocation = location.protocol + "//" + location.host + "/content-security-policy/support/report.py?op=take&timeout=3&reportID=" + reportID;
var reportLocation = location.protocol + "//" + location.host + "/content-security-policy/support/report.py?op=take&timeout=5&reportID=" + reportID;

var reportTest = async_test("Violation report status OK.");
reportTest.step(function () {
Expand Down

0 comments on commit d528cea

Please sign in to comment.