Skip to content

Commit

Permalink
increase sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Dec 20, 2024
1 parent c6fb41a commit 667f5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Node/Tests/NodeTests/NodeTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ final class NodeTests {
await node2StoreMiddlware.wait()
}

try await Task.sleep(for: .milliseconds(500))
try await Task.sleep(for: .milliseconds(1000))

let validator1BestHead = await validator1.dataProvider.bestHead
let validator2BestHead = await validator2.dataProvider.bestHead
Expand Down

0 comments on commit 667f5b3

Please sign in to comment.