increase test timeout, because merchant's own exchange timeout is rather large

This commit is contained in:
Florian Dold 2021-06-11 13:33:34 +02:00
parent af2ad00d84
commit 9acd4a4060
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -213,3 +213,4 @@ export async function runPaymentFaultTest(t: GlobalTestState) {
}
runPaymentFaultTest.suites = ["wallet"];
runPaymentFaultTest.timeoutMs = 120000;