mirror of
https://github.com/corda/corda.git
synced 2025-04-07 11:27:01 +00:00
Advance TestClock instead of sleeping.
This commit is contained in:
parent
941719ab8b
commit
61d9d475c8
@ -1848,7 +1848,7 @@ abstract class VaultQueryTestsBase : VaultQueryParties {
|
||||
database.transaction {
|
||||
vaultFiller.fillWithSomeTestLinearStates(1, "TEST1")
|
||||
vaultFiller.fillWithSomeTestLinearStates(1, "TEST2")
|
||||
sleep(1000)
|
||||
services.clock.advanceBy(1.seconds)
|
||||
vaultFiller.fillWithSomeTestLinearStates(1, "TEST3")
|
||||
// 2 unconsumed states with same external ID
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user