Bumped up timeout to 4 mins

This commit is contained in:
askeluv
2019-02-26 19:37:59 +08:00
parent 6ac9e11245
commit 85ed5d27f5

View File

@@ -1,6 +1,6 @@
import { fetchAsync } from '@0x/utils';
const TIMEOUT = 120000;
const TIMEOUT = 240000;
export interface EtherscanResponse {
status: string;