Skip to content

Commit a11373b

Browse files
authored
Update index.js (#188)
1 parent ccf2488 commit a11373b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mocked_servers/https/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ app.get("/check-data", function (req, res) {
2525
app.all('/put-data*', function (req, res) {
2626
data = "success";
2727
numTransactions++;
28-
setTimeout((function() {res.send("{}")}), 200);
28+
setTimeout((function() {res.send("{}")}), 15);
2929
});
3030

3131
app.all('/', function (req, res) {

0 commit comments

Comments
 (0)