VirtualBox

Changeset 102159 in vbox for trunk/src/VBox/GuestHost


Ignore:
Timestamp:
Nov 20, 2023 5:10:48 PM (12 months ago)
Author:
vboxsync
Message:

Shared Clipboard/tstClipboardHttpServer: Increased default running timeout from 30s to 5m, to give the testboxes more time to successfully complete the tests. bugref:9437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/SharedClipboard/testcase/tstClipboardHttpServer.cpp

    r102146 r102159  
    4141
    4242/** The release logger. */
    43 static PRTLOGGER g_pRelLogger;
     43static PRTLOGGER    g_pRelLogger;
    4444/** The current logging verbosity level. */
    45 static unsigned  g_uVerbosity = 0;
    46 /** Maximum HTTP server runtime (in ms). */
    47 static RTMSINTERVAL g_msRuntime     = RT_MS_30SEC;
     45static unsigned     g_uVerbosity = 0;
     46/** Default maximum HTTP server runtime (in ms). */
     47static RTMSINTERVAL g_msRuntime     = RT_MS_5MIN;
    4848/** Shutdown indicator. */
    4949static bool         g_fShutdown     = false;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette