Skip to content

Commit 893c48b

Browse files
committed
Update an example test
1 parent c504755 commit 893c48b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/verify_undetected.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def test_browser_is_undetected(self):
1111
self.open("https://nowsecure.nl/#relax")
1212
try:
1313
self.assert_text("OH YEAH, you passed!", "h1", timeout=6.75)
14-
self.post_message("Selenium wasn't detected!", duration=1.6)
14+
self.post_message("Selenium wasn't detected!", duration=2.8)
1515
self._print("\n Success! Website did not detect Selenium! ")
1616
except Exception:
1717
self.fail('Selenium was detected! Try using: "pytest --uc"')

0 commit comments

Comments
 (0)