Skip to content

Commit

Permalink
chore: update cacheTTL to 1.seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
darshankabariya committed Jun 28, 2024
1 parent 1ab08ed commit dd3ea78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/wakunode_rest/test_rest_filter.nim
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ proc init(T: type RestFilterTest): Future[T] {.async.} =
await allFutures(testSetup.serviceNode.start(), testSetup.subscriberNode.start())

await testSetup.serviceNode.mountRelay()
await testSetup.serviceNode.mountFilter(cacheTTL = 2.minutes)
await testSetup.serviceNode.mountFilter(cacheTTL = 1.seconds)
await testSetup.subscriberNode.mountFilterClient()

testSetup.subscriberNode.peerManager.addServicePeer(
Expand Down

0 comments on commit dd3ea78

Please sign in to comment.