Skip to content

Commit 68d12e8

Browse files
committed
fix: extend timeout for Circom proof visibility assertion in E2E test
- Increased the timeout for the visibility check of the "Circom Proof" element from 30 seconds to 60 seconds in the Circom proof test configuration. - This change aims to enhance the reliability of the test by allowing more time for the element to become visible before proceeding with assertions.
1 parent 156321b commit 68d12e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/tests/circom-proof-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ appId: mytestlibrary.example
33
- launchApp
44
- extendedWaitUntil:
55
visible: "Circom Proof"
6-
timeout: 30000
6+
timeout: 60000
77
- assertVisible: "Circom Proof"
88
- assertVisible: "Halo2 Proof"
99
- assertVisible: "Noir Proof"

0 commit comments

Comments
 (0)