Skip to content

Commit 2e56cc1

Browse files
authored
Increase timeout to 60 seconds (#1009)
1 parent 8aca5c2 commit 2e56cc1

File tree

1 file changed

+1
-1
lines changed
  • source/SIL.AppBuilder.Portal.Frontend/src/data

1 file changed

+1
-1
lines changed

source/SIL.AppBuilder.Portal.Frontend/src/data/store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export function defaultSourceOptions() {
3131
headers: {
3232
...defaultHeaders(),
3333
},
34-
timeout: 10000,
34+
timeout: 60000,
3535
};
3636
}
3737

0 commit comments

Comments
 (0)