We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 797e1f7 commit 0063b6eCopy full SHA for 0063b6e
Tests/HieroE2ETests/Config.swift
@@ -178,7 +178,9 @@ internal struct TestEnvironment {
178
let client = try Client.forNetwork(network)
179
180
self.client = client.setMirrorNetwork([defaultLocalMirrorNodeAddress])
181
- self.client.setNetworkUpdatePeriod(nil) // Disable network updates
+ Task {
182
+ await client.setNetworkUpdatePeriod(nanoseconds: nil as UInt64?)
183
+ }
184
default:
185
self.client = Client.forTestnet()
186
}
0 commit comments