Commit 86f94ca
committed
test: Mark Android UI tests as flaky and increase timeout
- Add the `@FlakyTest` annotation to the `AndroidUiTests` class to indicate that these tests are unstable.
- Double the `ASSERT_WAIT_TIMEOUT_MILLIS` in `ext.kt` from 10,000 to 20,000 milliseconds to provide more time for assertions in UI tests, helping to mitigate flakiness.1 parent b403b71 commit 86f94ca
File tree
2 files changed
+3
-1
lines changed- app/android/src/androidTest/java/com/softartdev/notedelight/ui
- ui/test/src/commonMain/kotlin/com/softartdev/notedelight
2 files changed
+3
-1
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments