Skip to content

Commit

Permalink
Fix flaky test JWMSuiteJVM by remove timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioPinheiro committed Apr 10, 2024
1 parent 5ab64e5 commit 95744dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion did-imp/jvm/src/test/scala/fmgp/crypto/JWMSuiteJVM.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import fmgp.util.Base64
/** didImpJVM/testOnly fmgp.crypto.JWMSuiteJVM */
class JWMSuiteJVM extends FunSuite {

override val munitTimeout = Duration(1, "s")
// override val munitTimeout = Duration(1, "s")

test("sign and verify plaintextMessage with Curve SECP256K1") {
val ecJWK: JWKECKey = JWKECKey // TODO use senderSecp256k1 parsed with
Expand Down

0 comments on commit 95744dc

Please sign in to comment.