aboutsummaryrefslogtreecommitdiff
path: root/sytest-whitelist
diff options
context:
space:
mode:
authorTill <2353100+S7evinK@users.noreply.github.com>2022-09-07 11:44:27 +0200
committerGitHub <noreply@github.com>2022-09-07 11:44:27 +0200
commit440eb0f3a2e5aecddebe3e093d5740ce5c4505c2 (patch)
tree7d141e3fdbc7c53f314110ed00b6b6d39eeb7a98 /sytest-whitelist
parent847032df36086ff6f383bcc4c332c391e86eaec8 (diff)
Handle errors differently in the `DeviceListUpdater` (#2695)
`If a device list update goes missing, the server resyncs on the next one` was failing because a previous test would receive a `waitTime` of 1h, resulting in the test timing out. This now tries to handle the returned errors differently, e.g. by using the default `waitTime` of 2s. Also doesn't try further users in the list, if one of the errors would cause a longer `waitTime`.
Diffstat (limited to 'sytest-whitelist')
-rw-r--r--sytest-whitelist3
1 files changed, 2 insertions, 1 deletions
diff --git a/sytest-whitelist b/sytest-whitelist
index 5c8896b9..fc10bd3c 100644
--- a/sytest-whitelist
+++ b/sytest-whitelist
@@ -741,4 +741,5 @@ Newly joined room includes presence in incremental sync
User in private room doesn't appear in user directory
User joining then leaving public room appears and dissappears from directory
User in remote room doesn't appear in user directory after server left room
-User in shared private room does appear in user directory until leave \ No newline at end of file
+User in shared private room does appear in user directory until leave
+If a device list update goes missing, the server resyncs on the next one \ No newline at end of file