Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
6fdd1632
Commit
6fdd1632
authored
9 years ago
by
Arno Schoenmakers
Browse files
Options
Downloads
Patches
Plain Diff
TAsk #8389: Added sleep before first check of TBB images
parent
45ec5ab6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
MAC/APL/APLCommon/src/swlevel
+1
-0
1 addition, 0 deletions
MAC/APL/APLCommon/src/swlevel
with
1 addition
and
0 deletions
MAC/APL/APLCommon/src/swlevel
+
1
−
0
View file @
6fdd1632
...
...
@@ -184,6 +184,7 @@ if [ -e $BINDIR/tbbctl ]; then
# Introduce a timeout of 60 sec for images to initialize
echo
"Waiting for TBB images to be initialized"
timeout
=
60
sleep
10
for
((
s
=
0
;
s<
timeout
;
s++
))
do
tbb_respons
=
`
tbbctl
--version
`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment