Commit e101a0de authored by nanahira's avatar nanahira

timeout for tournament get

parent 9cc2a48d
Pipeline #13293 passed with stages
in 10 minutes and 8 seconds
......@@ -28,6 +28,7 @@ class Challonge {
include_participants: 1,
include_matches: 1,
},
timeout: 5000,
});
this.previous = tournament;
this.previousTime = (0, moment_1.default)();
......
......@@ -176,6 +176,7 @@ export class Challonge {
include_participants: 1,
include_matches: 1,
},
timeout: 5000,
},
);
this.previous = tournament;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment