Skip to content

Commit

Permalink
change timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
tania-kuzmenko committed Nov 20, 2024
1 parent 55e5a34 commit 21a3bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/fetchClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function request<T>(
}

// for a demo purpose we emulate a delay to see if Loaders work
return wait(3000)
return wait(300)
.then(() => fetch(BASE_URL + url, options))
.then(response => response.json());
}
Expand Down

0 comments on commit 21a3bc3

Please sign in to comment.