Skip to content

Commit

Permalink
t: Use OpenQA::Test::TimeLimit in basic.t for a start
Browse files Browse the repository at this point in the history
  • Loading branch information
okurz committed May 20, 2020
1 parent 0f6f051 commit 67b1799
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/basic.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ use lib "$FindBin::Bin/lib";
use Test::Mojo;
use Test::Warnings;
use OpenQA::Test::Database;
use OpenQA::Test::TimeLimit '6';
use Mojo::File qw(tempdir path);

OpenQA::Test::Database->new->create(skip_fixtures => 1);
Expand Down

0 comments on commit 67b1799

Please sign in to comment.