mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-01-23 21:12:25 -08:00
Update BACKOFF_OPTIONS with new configuration
This commit is contained in:
parent
a3f3f5e3e7
commit
2e9936ce80
1 changed files with 5 additions and 1 deletions
|
|
@ -134,7 +134,11 @@ Then('file {string} should exist in {string}', { timeout: 15000 }, async functio
|
|||
}
|
||||
throw new Error('File not found yet');
|
||||
},
|
||||
BACKOFF_OPTIONS
|
||||
{
|
||||
numOfAttempts: 3,
|
||||
startingDelay: 200,
|
||||
timeMultiple: 1.5,
|
||||
}
|
||||
);
|
||||
} catch {
|
||||
// Get two levels up from actualPath
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue