Skip to content

Commit

Permalink
update timeout to 25s
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek-roy-obd committed Aug 6, 2024
1 parent 52cf4bc commit 512b6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ async function get_shortest_path(actor_1_id, actor_2_id) {

const timeout = setTimeout(() => {
controller.abort();
}, 15000);
}, 25000);

try {
const urlSearchParams = new URLSearchParams();
Expand Down

0 comments on commit 512b6e8

Please sign in to comment.