github.com/ActiveState/cli@v0.0.0-20240508170324-6801f60cd051/internal/testhelpers/e2e/session_windows.go (about)

     1  //go:build windows
     2  // +build windows
     3  
     4  package e2e
     5  
     6  import (
     7  	"time"
     8  
     9  	"github.com/ActiveState/termtest"
    10  )
    11  
    12  var (
    13  	RuntimeSourcingTimeoutOpt = termtest.OptExpectTimeout(3 * time.Minute)
    14  )