Skip to content

Commit

Permalink
chore: resolve identation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
darshankabariya committed Jun 28, 2024
1 parent 4fbf5a6 commit aada94b
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 @@ -445,7 +445,7 @@ suite "Waku v2 Rest API - Filter V2":
len(messages1.data) == 1

# Pause execution for 2 minutes to test TimeCache functionality of service node
sleep(2)
sleep(1000)

# second - message push from service node to subscriber client
let postMsgResponse2 = await restFilterTest.clientTwdServiceNode.relayPostMessagesV1(
Expand Down

0 comments on commit aada94b

Please sign in to comment.