ci(test): temporarily increase test timeout (#5668)
### Description
Test grouping can aggregate lot of failing test suites into single group
and it makes total excution time longer (due to current tests failing
with timeouts).
Applying workaround to increase timeout. This'll going away as we fixes
more tests over time.