Skip to content

Commit

Permalink
Increase timeout to 60 seconds (#1009)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvire committed Jan 10, 2024
1 parent 8aca5c2 commit 2e56cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/SIL.AppBuilder.Portal.Frontend/src/data/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export function defaultSourceOptions() {
headers: {
...defaultHeaders(),
},
timeout: 10000,
timeout: 60000,
};
}

Expand Down

0 comments on commit 2e56cc1

Please sign in to comment.