Skip to content

Commit

Permalink
yet another timeout to bump
Browse files Browse the repository at this point in the history
  • Loading branch information
radeusgd committed Jun 13, 2024
1 parent b958ec6 commit 6f35f83
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ trait ProjectManagementOps { this: BaseServerSpec =>
client.send(request)
val projectId = getGeneratedUUID
val projectName = nameSuffix.fold(name)(n => s"${name}_$n")
client.fuzzyExpectJson(json"""
client.fuzzyExpectJson(
json"""
{
"jsonrpc":"2.0",
"id":0,
Expand All @@ -58,7 +59,9 @@ trait ProjectManagementOps { this: BaseServerSpec =>
"projectNormalizedName": "*"
}
}
""")
""",
timeout = 10.seconds.dilated
)
projectId
}

Expand Down

0 comments on commit 6f35f83

Please sign in to comment.