mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-28 21:32:05 +00:00
increase test timeout
This commit is contained in:
@@ -38,7 +38,7 @@ import * as StringUtility from "../../../Shared/StringUtility";
|
||||
async function fetchWithTimeout(url: string, headers: {
|
||||
[x: string]: string;
|
||||
}) {
|
||||
const timeout = 8000;
|
||||
const timeout = 10000;
|
||||
const options = { timeout };
|
||||
|
||||
const controller = new AbortController();
|
||||
|
||||
Reference in New Issue
Block a user