Skip to content

Commit

Permalink
Bump BaseElement timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
micszo committed Feb 12, 2025
1 parent 6183c39 commit c6f8d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Browser/Element/BaseElement.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

abstract class BaseElement implements BaseElementInterface
{
protected int $timeout = 1;
protected int $timeout = 3;

private ElementFactoryInterface $elementFactory;

Expand Down

0 comments on commit c6f8d02

Please sign in to comment.