Commit a5e4249
committed
fix(auth-server): add 3s delay before session creation to fix CI race condition
The AA24 error in CI was occurring during session creation, not account deployment.
After account creation returns, the bundler needs time to see the funded balance
before attempting the session creation UserOperation. Added 3-second delay to
allow forked network in CI to propagate the funding transaction.1 parent 3c08ba4 commit a5e4249
File tree
3 files changed
+9
-2
lines changed- cspell-config
- packages
- auth-server/components/views/confirmation
- sdk-platforms/rust/zksync-sso-erc4337/crates/zksync-sso-erc4337-ffi-web/src
3 files changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
288 | 292 | | |
289 | 293 | | |
290 | 294 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2059 | 2059 | | |
2060 | 2060 | | |
2061 | 2061 | | |
2062 | | - | |
| 2062 | + | |
| 2063 | + | |
2063 | 2064 | | |
2064 | | - | |
| 2065 | + | |
| 2066 | + | |
2065 | 2067 | | |
2066 | 2068 | | |
2067 | 2069 | | |
| |||
0 commit comments