We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb0d8f commit 8d42852Copy full SHA for 8d42852
samples/test/backups.js
@@ -35,7 +35,7 @@ describe('backups', async () => {
35
async function createTestBackup(backupId) {
36
const [backup, operation] = await cluster.createBackup(backupId, {
37
table,
38
- expireTime: new Date(Date.now() + 60 * 60 * 1000), // 1 hour from now
+ expireTime: new Date(Date.now() + 12 * 60 * 60 * 1000), // 1 hour from now
39
});
40
await operation.promise();
41
return backup;
0 commit comments