After an investigation in T281122 it was decided that the data bridge browser tests which make API calls should have a timeout of 20s, so the "flakiness" of the tests in CI is reduced.
That was done in https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Wikibase/+/682705
Not all data bridge browser tests which use a waitFor* function need to wait for 20s though.
Acceptance Criteria:🏕️🌟
- Only the browser tests which make an API call should use the default timeout of 20s
- The timeout in waitFor* functions which are not making API calls should be set on case-to-case basis
Interesting Links: