summaryrefslogtreecommitdiffstats
path: root/qa
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-12-21 04:14:08 +0100
committerGitHub <noreply@github.com>2017-12-21 04:14:08 +0100
commit602af2ba4d6b98379a85bfa429132dbccf5851ea (patch)
treee931604c0c567376d75be97f253f4f673afa31ba /qa
parent484182135092c4c01a8db6f5c44e1afa89b540d7 (diff)
downloadbugzilla-602af2ba4d6b98379a85bfa429132dbccf5851ea.tar.gz
bugzilla-602af2ba4d6b98379a85bfa429132dbccf5851ea.tar.xz
Bug 1424408 - "Sign in with GitHub" button triggers a bugzilla security error, if I'm viewing a page with e.g. "t=" in the URL
Diffstat (limited to 'qa')
-rw-r--r--qa/t/test_custom_fields.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/t/test_custom_fields.t b/qa/t/test_custom_fields.t
index 70ffe876a..bd2074585 100644
--- a/qa/t/test_custom_fields.t
+++ b/qa/t/test_custom_fields.t
@@ -56,7 +56,7 @@ $sel->type_ok("sortkey", $bug1_id);
$sel->click_ok("enter_bug");
$sel->value_is("enter_bug", "on");
$sel->click_ok("new_bugmail");
-sleep 5;
+sleep 10;
$sel->value_is("new_bugmail", "on");
$sel->value_is("obsolete", "off");
$sel->click_ok("create");