Skip to content

Commit 795541a

Browse files
committed
test: increase ttl for gitlab actions
1 parent 3b3e6a8 commit 795541a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/middlewares/__tests__/cache-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ describe('middlewares/cache', () => {
197197

198198
const rnl = new RelayNetworkLayer([
199199
cacheMiddleware({
200-
ttl: 30,
200+
ttl: 40,
201201
updateTTLOnGet: true,
202202
}),
203203
]);

0 commit comments

Comments
 (0)