That would be my suggestion as well, to put it in your Geb config script.

On Tue, Mar 31, 2020 at 2:06 PM Alexander Kriegisch <
alexan...@kriegisch.name> wrote:

> Have you tried GebConfig.groovy?
> https://gebish.org/manual/current/#default-waiting-configuration
>
> --
> Alexander Kriegisch
> https://scrum-master.de
>
>
> Master Automator schrieb am 31.03.2020 09:13 (GMT +07:00):
>
> > In the Gradle command that runs our Geb specs, we pass in the command
> > line a default timeout for that set of specs.
> >
> > Currently, we use this parsed cmd line timeout arg in the setupSpec()
> > method:
> >
> >   browser.getConfig().setDefaultWaitTimeout(<<parsedTimeout>>)
> >
> > Is there a way to not have to do this in every spec but do it in a
> > single place if we are ok with the same default timeout for the set of
> > specs?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Geb User Mailing List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to geb-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/geb-user/20200331130607.14B4A44C08DF%40dd39516.kasserver.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups "Geb 
User Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to geb-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/geb-user/CA%2B52dQTZJiqfWVFfxk7b5FUet29FNxqoye-x8wwLBuywSd%2Bp5A%40mail.gmail.com.

Reply via email to