Skip to content

Commit

Permalink
fmf: Drop increased timeout factor on Fedora
Browse files Browse the repository at this point in the history
This has been long obsolete, since TF runs on EC2. We are not
encountering random timeouts on c8s/c9s either.
  • Loading branch information
martinpitt committed Aug 28, 2023
1 parent 2bd019c commit d4986c3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/browser/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ if [ "${TEST_OS#centos-}" != "$TEST_OS" ]; then
TEST_OS="${TEST_OS}-stream"
fi

if [ "$ID" = "fedora" ]; then
# Testing Farm machines are really slow at some times of the day
export TEST_TIMEOUT_FACTOR=3
fi

TEST_ALLOW_JOURNAL_MESSAGES=""

# HACK: CI hits this selinux denial. Unrelated to our tests.
Expand Down

0 comments on commit d4986c3

Please sign in to comment.