Commit 30dbac8
committed
Fix widget test timeout by using specific duration instead of pumpAndSettle
- Replace pumpAndSettle() with pump(Duration(seconds: 3)) to avoid timeout
- pumpAndSettle() was timing out due to continuous animations in splash screen
- Use fixed 3-second wait to allow typewriter animation to complete
- This should resolve the test timeout while still waiting for animations
The test should now pass without timing out.1 parent d2e8e34 commit 30dbac8
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments