Skip to content

Commit

Permalink
tests: Add small timeout to FUSE test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlarsson authored and hfiguiere committed Nov 22, 2023
1 parent 1b6fc86 commit 4b12da4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test-document-fuse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ fi
# Only do this when running uninstalled; when running as an installed-test,
# we rely on D-Bus activation.
if [ -n "${XDP_UNINSTALLED:-}" ]; then
./xdg-document-portal -r &
$test_builddir/../document-portal/xdg-document-portal -r &
sleep 0.2 # Make sure the portal has connected to dbus
fi

# First run a basic single-thread test
Expand Down

0 comments on commit 4b12da4

Please sign in to comment.