Skip to content

Commit

Permalink
Merge pull request #20612 from mguetschow/psa-test-timeout
Browse files Browse the repository at this point in the history
tests/sys/psa_crypto: increase timeout
  • Loading branch information
maribu authored Apr 23, 2024
2 parents a8ffb34 + db12864 commit 3ae63a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sys/psa_crypto/tests/01-run.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@


if __name__ == "__main__":
sys.exit(run_check_unittests())
sys.exit(run_check_unittests(timeout=20))

0 comments on commit 3ae63a1

Please sign in to comment.