We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c631d commit 3099bc7Copy full SHA for 3099bc7
1 file changed
maestro-orchestra-models/src/main/java/maestro/orchestra/Commands.kt
@@ -372,7 +372,7 @@ data class AssertCommand(
372
373
data class AssertConditionCommand(
374
val condition: Condition,
375
- private val timeout: String? = null,
+ val timeout: String? = null,
376
override val label: String? = null,
377
override val optional: Boolean = false,
378
) : Command {
0 commit comments