You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
[robo] Increase tests timeout
#ROBOMERGE-AUTHOR: james.hopkin #ROBOMERGE-SOURCE: CL 20670970 #ROBOMERGE-BOT: (v955-20579017) [CL 20671024 by james hopkin in ue5-main branch]
This commit is contained in:
@@ -208,7 +208,7 @@ export type EdgeProperties = Partial<EdgeOptionFields> & {
|
||||
to: string
|
||||
}
|
||||
|
||||
const NUM_WAIT_INTERVALS = 20
|
||||
const NUM_WAIT_INTERVALS = 25
|
||||
export async function retryWithBackoff<T extends {}>(desc: string, f: (last: boolean) => Promise<T | null>): Promise<T> {
|
||||
let sleepTime = .5
|
||||
for (let safety = 0; safety < NUM_WAIT_INTERVALS; ++safety) {
|
||||
|
||||
Reference in New Issue
Block a user