Skip to content

Increase delay between unit tests cases which validate VC/VP

Lyuben Penkovski requested to merge increase-unit-tests-delay into main

Recently W3C introduced a rate limiter for the base VC/VP context because of excessive traffic towards their servers. This commit tries to mitigate this issue, by introducing longer delay between test cases which hit their URLs, so that the rate limiter is not triggered.

Merge request reports