Skip to content

Commit a273f08

Browse files
chore: increase the cleanupInterval to test expired resource
1 parent 391ffe8 commit a273f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/resources/exportedData.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ describeWithMongoDB(
121121
return {
122122
...defaultTestConfig,
123123
exportTimeoutMs: 200,
124-
exportCleanupIntervalMs: 100,
124+
exportCleanupIntervalMs: 300,
125125
};
126126
}
127127
);

0 commit comments

Comments
 (0)