Skip to content

Commit 590823a

Browse files
committed
ci: increase the time allowance for v2 selfcheck
This is likely caused by increased stack checks; increasing the speed of individual RPC calls will be made in the future on a case by case basis.
1 parent 522dffd commit 590823a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_jade.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3884,7 +3884,7 @@ def run_interface_tests(jadeapi,
38843884
if not isble:
38853885
time_ms = jadeapi.run_remote_selfcheck()
38863886
logger.info(f'selfcheck time: {time_ms} ms')
3887-
assert qemu or time_ms < (46000 if is_s3 else 132000)
3887+
assert qemu or time_ms < (52000 if is_s3 else 132000)
38883888

38893889
# Test good pinserver handshake, and also 'bad sig' pinserver
38903890
test_handshake(jadeapi.jade)

0 commit comments

Comments
 (0)