Skip to content

Commit

Permalink
Try using a longer timeout for the CSP report
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraham committed Jan 9, 2015
1 parent 10fd732 commit c3e8fb6
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 c3e8fb6

Please sign in to comment.