Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 92887
Collapse All | Expand All

(-)src/org/eclipse/team/internal/ccvs/core/connection/CVSRepositoryLocation.java (-1 / +1 lines)
Lines 690-696 Link Here
690
	 * associated with the CVSPlugin singleton.
690
	 * associated with the CVSPlugin singleton.
691
	 */
691
	 */
692
	public int getTimeout() {
692
	public int getTimeout() {
693
		return CVSProviderPlugin.getPlugin().getTimeout();
693
		return CVSProviderPlugin.getPlugin().getTimeout() * 1000;
694
	}
694
	}
695
	
695
	
696
	/*
696
	/*
(-)src/org/eclipse/team/internal/ccvs/ui/messages.properties (-1 / +1 lines)
Lines 198-204 Link Here
198
CVSPreferencesPage_17=D&isplay detailed protocol output to stdout (for debugging purposes)
198
CVSPreferencesPage_17=D&isplay detailed protocol output to stdout (for debugging purposes)
199
CVSPreferencesPage_18=R&efresh tags when comparing or replacing tags
199
CVSPreferencesPage_18=R&efresh tags when comparing or replacing tags
200
CVSPreferencesPage_19=&Connection
200
CVSPreferencesPage_19=&Connection
201
CVSPreferencesPage_23=C&onnection timeout:
201
CVSPreferencesPage_23=C&onnection timeout in seconds:
202
CVSPreferencesPage_24=Timeout must be positive
202
CVSPreferencesPage_24=Timeout must be positive
203
CVSPreferencesPage_25=The timeout must be a number
203
CVSPreferencesPage_25=The timeout must be a number
204
CVSPreferencesPage_26=&Quietness level:
204
CVSPreferencesPage_26=&Quietness level:

Return to bug 92887