Skip to content
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ i2pCryptoEddsa=0.3.0
multihashVersion=1.3.0
googleTinkVer=1.9.0
# testing
testContainersVer=1.18.3
testContainersVer=1.19.8
junitVersion=5.9.3
# logging
logbackVer=1.2.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ class PeerTest : IrohaTest<AdminIroha2Client>() {

startNewContainer(keyPair, alias).use {
registerPeer(address, payload)
delay(3000)
assertTrue(isPeerAvailable(address, payload))
}
}
Expand Down Expand Up @@ -94,6 +95,7 @@ class PeerTest : IrohaTest<AdminIroha2Client>() {

startNewContainer(keyPair, alias).use { container ->
registerPeer(address, payload)
delay(3000)
assertTrue(isPeerAvailable(address, payload))

delay(5000)
Expand Down Expand Up @@ -137,7 +139,7 @@ class PeerTest : IrohaTest<AdminIroha2Client>() {
alias: String,
): IrohaContainer {
return IrohaContainer {
this.waitStrategy = false
this.waitStrategy = true
this.keyPair = keyPair
this.alias = alias
this.networkToJoin = containers.first().network ?: throw IrohaSdkException("Container network not found")
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
junit.jupiter.execution.parallel.enabled=true
junit.jupiter.execution.parallel.enabled=false