github.com/microsoft/moc@v0.17.1/common/constants.go (about) 1 // Copyright (c) Microsoft Corporation. 2 // Licensed under the Apache v2.0 license. 3 4 package wssdcommon 5 6 import ( 7 "time" 8 ) 9 10 const ( 11 DefaultServerContextTimeout = 120 * time.Second 12 )