mirror of
https://github.com/corda/corda.git
synced 2025-04-09 20:31:52 +00:00
TimedFlowTests: remove progress tracker completion timeout (#3448)
This commit is contained in:
parent
968fcc718a
commit
fdf267d735
@ -177,7 +177,7 @@ class TimedFlowTests {
|
||||
private fun getDoneFuture(progressTracker: ProgressTracker): Future<ProgressTracker.Change> {
|
||||
return progressTracker.changes.takeFirst {
|
||||
it.progressTracker.currentStep == ProgressTracker.DONE
|
||||
}.timeout(5, TimeUnit.SECONDS).bufferUntilSubscribed().toBlocking().toFuture()
|
||||
}.bufferUntilSubscribed().toBlocking().toFuture()
|
||||
}
|
||||
|
||||
@CordaService
|
||||
@ -208,4 +208,4 @@ class TimedFlowTests {
|
||||
return TransactionParts(stx.id, stx.inputs, stx.tx.timeWindow, stx.notary)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user