test: fix flaky qsync_with_anon.test.lua
The test used very small timeout, 0.1 second, to test that a sync transaction works fine. But with too much load on the machine this may appear not enough. Now in the cases where the timeout wasn't supposed to explode the value 1000 seconds is used, more than enough. Closes #5165
Please register or sign in to comment