Update BACKOFF_OPTIONS with new configuration

This commit is contained in:
lin onetwo 2025-10-29 02:20:19 +08:00 committed by GitHub
parent a3f3f5e3e7
commit 2e9936ce80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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