github.com/mattdotmatt/gauge@v0.3.2-0.20160421115137-425a4cdccb62/skel/gauge.properties (about)

     1  #This file contains Gauge specific internal configurations. Do not delete
     2  
     3  gauge_repository_url = https://downloads.getgauge.io/plugin
     4  
     5  gauge_update_url = https://downloads.getgauge.io/gauge
     6  
     7  gauge_templates_url = https://downloads.getgauge.io/templates
     8  
     9  # Timeout in milliseconds for making a connection to the language runner.
    10  runner_connection_timeout = 30000
    11  
    12  # Timeout in milliseconds for making a connection to plugins.
    13  plugin_connection_timeout = 10000
    14  
    15  # Timeout in milliseconds for a plugin to stop after a kill message has been sent.
    16  plugin_kill_timeout = 4000
    17  
    18  # Timeout in milliseconds for requests from the language runner.
    19  runner_request_timeout = 30000
    20  
    21  # Allow Gauge and its plugin updates to be notified.
    22  check_updates = true