diff options
| author | randomdan <randomdan@localhost> | 2011-03-02 16:15:20 +0000 | 
|---|---|---|
| committer | randomdan <randomdan@localhost> | 2011-03-02 16:15:20 +0000 | 
| commit | 250537b12fd99568798f33511da085a0394073e9 (patch) | |
| tree | a542aedd56648fdf4c94209c7f65abc9cfb3d1a4 | |
| parent | Build a common base for loading p2 xml scripts with proper error checking (diff) | |
| download | gentoobrowse-250537b12fd99568798f33511da085a0394073e9.tar.bz2 gentoobrowse-250537b12fd99568798f33511da085a0394073e9.tar.xz gentoobrowse-250537b12fd99568798f33511da085a0394073e9.zip  | |
Override the default timeout when importing bugs
| -rw-r--r-- | gentoobrowse/console/bugimport.xml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoobrowse/console/bugimport.xml b/gentoobrowse/console/bugimport.xml index 84fb761..d2bb801 100644 --- a/gentoobrowse/console/bugimport.xml +++ b/gentoobrowse/console/bugimport.xml @@ -6,7 +6,7 @@  			<column>url</column>  		</columns>  	</project2:filerows> -	<project2:xslrows name="buglist" html="true" warnings="false"> +	<project2:xslrows name="buglist" html="true" warnings="false" timeout="60000">  		<proxy value="cache.random.lan:8080" />  		<url source="parent" name="url" depth="1" />  		<filterview name="bugdetails" root="/html/body/div/ul/li/a">  | 
