diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-07-29 18:30:45 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-07-29 22:32:02 +0100 |
commit | c9500b5dc75640e5b17a9a0fb99e0ed19b738e13 (patch) | |
tree | 34c03315fe094b4287d013cd8c622816f73e650a /t/app/controller/report_new.t | |
parent | b7a28df2080b95a0fd457a5525505e3039f4e12b (diff) |
Some tweaks for Travis timeout errors.
Hopefully this will reduce the chance of a timeout:
* Wrap admin body tests in MapIt override.
* Use full hostname to save a redirect each time.
Diffstat (limited to 't/app/controller/report_new.t')
-rw-r--r-- | t/app/controller/report_new.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/report_new.t b/t/app/controller/report_new.t index d687b4903..10b8c5869 100644 --- a/t/app/controller/report_new.t +++ b/t/app/controller/report_new.t @@ -1154,7 +1154,7 @@ for my $test ( subtest 'user title not reset if no user title in submission' => sub { $mech->log_out_ok; - $mech->host( 'fixmystreet.com' ); + $mech->host( 'www.fixmystreet.com' ); my $user = $mech->log_in_ok( 'userwithtitle@example.com' ); |