Fix syncing when network latency is present #4

Merged
schmelczer merged 58 commits from asch/fixes into master 2025-03-16 20:13:50 +00:00
Showing only changes of commit 7be1454460 - Show all commits

View file

@ -31,6 +31,7 @@ jobs:
- name: E2E tests
run: |
UST_BACKTRACE=1 cargo run -p sync_server &
pwd
RUST_BACKTRACE=1 cargo run -p sync_server &
cd ..
scripts/e2e.sh 32