mirror of
https://github.com/logos-storage/ethcc-demo.git
synced 2026-01-02 13:13:07 +00:00
increase RequestFinished timeout to 10s
This commit is contained in:
parent
4e1549609e
commit
22d590c59d
@ -372,7 +372,7 @@ export const useRequestsStore = defineStore(
|
||||
timestamp: Date.now() / 1000,
|
||||
moderated: requests.value[requestId]?.moderated
|
||||
})
|
||||
}, msFromNow + 1000) // add additional second to ensure state has changed
|
||||
}, msFromNow + 10000) // add additional 10s to ensure state has changed
|
||||
}
|
||||
|
||||
function cancelWaitForRequestFinished(requestId) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user