We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccf2488 commit a11373bCopy full SHA for a11373b
mocked_servers/https/index.js
@@ -25,7 +25,7 @@ app.get("/check-data", function (req, res) {
25
app.all('/put-data*', function (req, res) {
26
data = "success";
27
numTransactions++;
28
- setTimeout((function() {res.send("{}")}), 200);
+ setTimeout((function() {res.send("{}")}), 15);
29
});
30
31
app.all('/', function (req, res) {
0 commit comments