Skip to content

Fix #532 - increase timeout for Allowlisting test & increase webdriver script timeout

Agnieszka Czyzewska requested to merge aga/issue-532 into master

This MR fixes one failure and adds retry mechanism to other as it wasn't possible to run measure tests flakiness for fix for #532 (closed) without getting failures around #545 (closed).

Fix for #532 (closed):

  • increases timeout for Allowlisting assertion (not test iteslf) from 15000 to 80000 . My tests locally and on pipeline shows that it's a value that is safe to get new tab for edge fuzz test and do proper assertion, it also affects test timeout so I had to extend test timeout to setMinTimeout(this, 10000);. Sometimes test pass very fast but sometimes it takes around 6000 - 7000 ms to finish (which might be this peak that made test fail previously).
  • with increased timeout for allowlisting (and other increased timeouts) I observed sometimes failing tests due to WebDriver Script Timeout, I extended this timeout as well in runner.js file. Now pipeline for fuzz tests should be more stable for that
Edited by Agnieszka Czyzewska

Merge request reports