Skip to content

Commit 768a2b0

Browse files
committed
solve halting problem
1 parent 4aa3fc3 commit 768a2b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

freighter-tests/src/freighterTest/kotlin/freighter/testing/HugeTokensLoadedOnRestartTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ class HugeTokensLoadedOnRestartTest : DockerRemoteMachineBasedTest() {
136136
}
137137
}
138138

139-
while (amountLoaded != (issuedTotal.toLong() + 500)) {
139+
while (amountLoaded != (issuedTotal.toLong())) {
140140
nodeMachine1.rpc {
141141
amountLoaded = startFlow(
142142
::LockEverythingGetValue,

0 commit comments

Comments
 (0)