summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-05-10 09:17:36 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-05-10 09:17:36 +0000
commit1a5321a8c26fbde7d5bc1d8e1884805657f4e560 (patch)
treecc410bd7044d90df6a932a5c3a0b67c6c09d92ea
parentd35cbdabfc9ef70a81be2c523ef232158b36e97c (diff)
downloadVirtualBox-svn-1a5321a8c26fbde7d5bc1d8e1884805657f4e560.tar.gz
Validation Kit/VBoxClient: Added Fudge factor -- wait for the desktop env to come up. Remove once facility statuses are implemented within VBoxClient. bugref:10427
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@99717 cfe28804-0f27-0410-a406-dd0f0b0b656f
-rwxr-xr-xsrc/VBox/ValidationKit/tests/additions/tdAddBasic1.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py b/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
index 26475dc8862..211f940c954 100755
--- a/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
+++ b/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
@@ -612,6 +612,10 @@ class tdAddBasic1(vbox.TestDriver): # py
# This might fail on pure server guest OSes (no X, no Wayland).
if fRc \
and oTestVm.isLinux():
+ ## @todo Fudge factor -- Wait for the desktop env to come up.
+ # Remove once facility statuses are implemented within VBoxClient.
+ reporter.log('Waiting 30s for the desktop environment to come up before checking for the display server ...');
+ self.sleep(30);
if self.fpApiVer >= 7.1 and self.uRevision >= 157189:
sVBoxClient = oTestVm.pathJoin(self.getGuestSystemDir(oTestVm, '/usr'), 'VBoxClient');
fRc = fRc and self.txsRunTest(oTxsSession, 'Check display server detection', 5 * 60 * 1000,