Changeset 19484 for gli/trunk


Ignore:
Timestamp:
2009-05-15T17:20:11+12:00 (15 years ago)
Author:
ak19
Message:

Wait 20 seconds for the server to have started up when the server interface is launched from within GLI, because there's more than 10 seconds in the Nightly version between the GSI opening and GLI starting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/trunk/src/org/greenstone/gatherer/greenstone/LocalLibraryServer.java

    r19471 r19484  
    4343public class LocalLibraryServer
    4444{
    45     static final private int WAITING_TIME = 10; // number of seconds to wait for the server to start and stop
     45    static final private int WAITING_TIME = 20; // number of seconds to wait for the server to start and stop
    4646
    4747    static final private String ADD_COMMAND = "?a=config&cmd=add-collection&c=";
Note: See TracChangeset for help on using the changeset viewer.