Skip to content

Commit 797e1f7

Browse files
committed
fix: disable network updates during integration tests
Signed-off-by: Rob Walworth <[email protected]>
1 parent f3071c0 commit 797e1f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/HieroE2ETests/Config.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ internal struct TestEnvironment {
178178
let client = try Client.forNetwork(network)
179179

180180
self.client = client.setMirrorNetwork([defaultLocalMirrorNodeAddress])
181+
self.client.setNetworkUpdatePeriod(nil) // Disable network updates
181182
default:
182183
self.client = Client.forTestnet()
183184
}

0 commit comments

Comments
 (0)