chore: lower timeout (#472)

This commit is contained in:
Adam Uhlíř
2022-07-05 16:14:21 +02:00
committed by GitHub
parent acee8c9802
commit e5bc658327
+1 -1
View File
@@ -21,7 +21,7 @@ import { Context as TopUpContext } from './TopUp'
const REFRESH_WHEN_OK = 30_000
const REFRESH_WHEN_ERROR = 5_000
const TIMEOUT = 20_000
const TIMEOUT = 3_000
export enum CheckState {
OK = 'OK',