Skip to content

Commit

Permalink
slightly less rapid AI speed for E2E
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssaruth committed Mar 7, 2024
1 parent 4ca3fe5 commit 630f33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/kotlin/dartzee/e2e/AbstractE2ETest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ open class AbstractE2ETest : AbstractRegistryTest() {

@BeforeEach
open fun beforeEach() {
PreferenceUtil.saveInt(PREFERENCES_INT_AI_SPEED, 0)
PreferenceUtil.saveInt(PREFERENCES_INT_AI_SPEED, 50)
PreferenceUtil.saveBoolean(PREFERENCES_BOOLEAN_AI_AUTO_CONTINUE, true)
PreferenceUtil.saveBoolean(PREFERENCES_BOOLEAN_SHOW_ANIMATIONS, false)
}
Expand Down

0 comments on commit 630f33b

Please sign in to comment.