What is framework timeout in Geb (java)?

What is framework timeout in Geb (java)?

Hi Noah Smith,

One can define the default timeout in Geb (java) by following the below script.

waiting {
    timeout = 10
    retryInterval = 0.5
}