Skip to content
Snippets Groups Projects
Commit b0d64368 authored by tjc's avatar tjc
Browse files

longer pause

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@2748 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 34620b2b
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* *
* $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/io/DocumentEntryAutosaveThread.java,v 1.2 2005-02-03 15:18:51 tjc Exp $ * $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/io/DocumentEntryAutosaveThread.java,v 1.3 2005-06-03 16:05:36 tjc Exp $
*/ */
package uk.ac.sanger.artemis.io; package uk.ac.sanger.artemis.io;
...@@ -33,7 +33,7 @@ import java.io.*; ...@@ -33,7 +33,7 @@ import java.io.*;
* called #entry_name# every 120 seconds. * called #entry_name# every 120 seconds.
* *
* @author Kim Rutherford <kmr@sanger.ac.uk> * @author Kim Rutherford <kmr@sanger.ac.uk>
* @version $Id: DocumentEntryAutosaveThread.java,v 1.2 2005-02-03 15:18:51 tjc Exp $ * @version $Id: DocumentEntryAutosaveThread.java,v 1.3 2005-06-03 16:05:36 tjc Exp $
**/ **/
public class DocumentEntryAutosaveThread extends Thread { public class DocumentEntryAutosaveThread extends Thread {
...@@ -62,9 +62,9 @@ public class DocumentEntryAutosaveThread extends Thread { ...@@ -62,9 +62,9 @@ public class DocumentEntryAutosaveThread extends Thread {
boolean have_saved = false; boolean have_saved = false;
try { try {
// sleep for 5 seconds before starting - there is no point in attempting // sleep for 15 seconds before starting - there is no point in attempting
// to save straight away // to save straight away
Thread.sleep (5000); Thread.sleep (15000);
} catch (InterruptedException _) { } catch (InterruptedException _) {
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment