Skip to content

Commit

Permalink
test: increase ttl for gitlab actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed Nov 1, 2021
1 parent 3b3e6a8 commit 795541a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middlewares/__tests__/cache-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ describe('middlewares/cache', () => {

const rnl = new RelayNetworkLayer([
cacheMiddleware({
ttl: 30,
ttl: 40,
updateTTLOnGet: true,
}),
]);
Expand Down

0 comments on commit 795541a

Please sign in to comment.